We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b87abf commit 46a4ed0Copy full SHA for 46a4ed0
.travis.sh
@@ -117,7 +117,7 @@ fi
117
118
travis_time_start install # Use this to install any prerequisites or dependencies necessary to run your build
119
cd ${HOME}
120
-[ -e jskeus ] || git clone --depth 1 http://github.com/euslisp/jskeus jskeus
+[ -e jskeus ] || git clone --depth 1 --branch test-triangulation --single-branch http://github.com/YoheiKakiuchi/jskeus jskeus
121
ln -s $CI_SOURCE_PATH jskeus/eus
122
ln -s `pwd`/jskeus/irteus jskeus/eus/irteus
123
travis_time_end
0 commit comments