Skip to content

Commit 0206c35

Browse files
committed
update travis.yml
1 parent 0b1adbc commit 0206c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ before_install:
1313
- gunzip robodoc-4.99.41.tar.gz
1414
- tar -xvf robodoc-4.99.41.tar
1515
- cd robodoc-4.99.41
16-
- configure
16+
- ./configure
1717
- make
1818
- sudo make install
19-
- cd ../
2019
- export PATH=".:$PATH"
20+
- cd $TRAVIS_BUILD_DIR
2121

2222
before_script:
2323
- build.sh

0 commit comments

Comments
 (0)