Skip to content

Commit

Permalink
travis: update to match new build script name
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Mar 7, 2018
1 parent 0569f07 commit 45eb7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ script:
- sudo ln -fs /usr/bin/gfortran-5 /usr/bin/gfortran && gfortran --version
- sudo ln -fs /usr/bin/gcc-5 /usr/bin/gcc && gcc --version
- sudo ln -fs /usr/bin/g++-5 /usr/bin/g++ && g++ --version
- cd Build/smokeview/gnu_linux_64 && ./make_smv_lua.sh
- cd Build/smokeview/gnu_linux_64 && ./make_smokeview_lua.sh
addons:
apt:
sources:
Expand Down

0 comments on commit 45eb7f5

Please sign in to comment.