Skip to content

Commit 03dff7e

Browse files
committed
Update .travis.yml for new install.sh syntax
1 parent 42a4b44 commit 03dff7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ script:
150150
ln -fs "$(which gcc-5)" "$HOME/bin/gcc"
151151
ln -fs "$(which g++-5)" "$HOME/bin/g++"
152152
export PATH="$PATH:$HOME/bin"
153-
yes | ./install.sh $HOME/opt/opencoarrays 4 > install.log &
153+
yes | ./install.sh --install-dir="$HOME/opt/opencoarrays" -j 4 > install.log &
154154
install_sh_PID=$!
155155
echo "install.log will be displayed after success or failure"
156156
while ps -p $install_sh_PID > /dev/null; do

0 commit comments

Comments
 (0)