Skip to content

Commit f4653aa

Browse files
authored
add Travis configuration (ros2#102)
1 parent b627ac3 commit f4653aa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
sudo: false
3+
install:
4+
- pip install sphinx
5+
script:
6+
- make html 2> stderr.log
7+
- cat stderr.log
8+
# fail the build for any stderr output
9+
- if [ -s "stderr.log" ]; then false; fi
10+
notifications:
11+
email: false

0 commit comments

Comments
 (0)