Skip to content

Commit

Permalink
Travis: fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
raimis committed Feb 19, 2017
1 parent 735cea9 commit a7dfd6e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ os: linux
dist: trusty

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

install: true
Expand Down

0 comments on commit a7dfd6e

Please sign in to comment.