Skip to content

Commit

Permalink
Merge pull request #254 from joakim-hove/update-travis-build
Browse files Browse the repository at this point in the history
Update travis build
  • Loading branch information
joakim-hove authored Jun 10, 2017
2 parents d997b26 + 073e0c8 commit 8502fdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ addons:
- cmake
- cmake-data

env:
global:
- TRAVIS_CI=1


before_script:
- export CXX="g++-4.8" CC="gcc-4.8" FC="gfortran-4.8"
- cd ..
Expand Down
2 changes: 1 addition & 1 deletion travis/build-and-test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

build_order=(opm-common opm-parser opm-material opm-output opm-grid opm-core ewoms opm-simulators)
build_order=(opm-common opm-parser opm-output opm-material opm-grid opm-core ewoms opm-simulators)

# This shell script should be started with the name of a module as
# only only command line argument. It will start by building all
Expand Down

0 comments on commit 8502fdd

Please sign in to comment.