We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 861101a + 71972a4 commit 76ef54eCopy full SHA for 76ef54e
2 files changed
.travis.yml
@@ -0,0 +1,23 @@
1
+language: node_js
2
+sudo: false
3
+
4
+node_js:
5
+- "0.10"
6
7
+git:
8
+ depth: 3
9
10
+branches:
11
+ only:
12
+ - master
13
+ - stable
14
15
+addons:
16
+ apt:
17
+ sources:
18
+ - naturaldocs
19
+ - ant
20
21
+script:
22
+- ant setup
23
+- ant build-docs
build.xml
@@ -22,7 +22,7 @@
<target name="build-docs">
<mkdir dir="doc/html"/>
24
<mkdir dir="doc/tmp"/>
25
- <exec executable="NaturalDocs">
+ <exec executable="./doc/NaturalDocs/NaturalDocs">
26
<arg value="-i"/>
27
<arg value="./src"/>
28
<arg value="-o"/>
0 commit comments