Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
povanberg authored May 9, 2019
1 parent e1d9b3b commit 9237cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ matrix:
install:
- docker exec -t ubuntu-18-04 bash -c "apt-get -qq update; apt-get install -y git; apt-get install -y cmake; apt-get install -y build-essential; apt-get install -y wget; apt-get install -y tar; apt-get install -y libgfortran3; apt-get install -y libgmsh-dev; apt-get install -y libeigen3-dev"
script:
- docker exec -t ubuntu-18-04 bash -c "./build.sh;"
- docker exec -t ubuntu-18-04 bash -c "cd /travis; ./build.sh;"

0 comments on commit 9237cf1

Please sign in to comment.