Skip to content

Commit

Permalink
Travis: try a serial compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
raimis committed Feb 19, 2017
1 parent 79ed0b6 commit 735cea9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ os: linux
dist: trusty

before_install:
- cd $HOME
- git clone https://github.com/plumed/plumed2.git build
- cd build
- git checkout v2.3.0
- ./configure --prefix=$HOME/plumed
- make -j
- make -j check
- make -j install
- cd ..
- make

install: true

Expand Down

0 comments on commit 735cea9

Please sign in to comment.