Skip to content

Commit 295d4cc

Browse files
authored
Disable reftests-ci on travis
1 parent c1cfc4e commit 295d4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ script:
7575
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export LIBRARY_PATH=$HOME/deps/usr/lib/x86_64-linux-gnu; fi
7676
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export LD_LIBRARY_PATH=$LIBRARY_PATH; fi
7777
- make all
78-
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then make reftests-ci; fi
78+
#- if [[ $TRAVIS_OS_NAME == "linux" ]]; then make reftests-ci; fi

0 commit comments

Comments
 (0)