Skip to content

Commit e6b86e1

Browse files
committed
update travis.yml
1 parent 7bb4e2d commit e6b86e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ 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 --prefix=$TRAVIS_BUILD_DIR
16+
- ./configure
1717
- make
18-
- make install
1918
- cd $TRAVIS_BUILD_DIR
20-
- export PATH="$TRAVIS_BUILD_DIR/bin:$PATH"
19+
- export PATH="$TRAVIS_BUILD_DIR/robodoc-4.99.41/Source:$PATH"
2120

2221
before_script:
2322
- build.sh

0 commit comments

Comments
 (0)