Skip to content

Commit

Permalink
update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
danglotb committed Jan 2, 2017
1 parent bf42790 commit 7b8481c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@

cd ..

git clone https://github.com/DIVERSIFY-project/sosiefier.git
git clone https://github.com/INRIA/spoon.git
cd spoon
mvn install -DskipTests

cd ..

git clone https://github.com/danglotb/sosiefier.git
cd sosiefier
git checkout spoon-version
mvn install

cd ..

git clone https://github.com/DIVERSIFY-project/diversify-profiling.git
git clone https://github.com/danglotb/diversify-profiling.git
cd diversify-profiling
git checkout spoon-version
mvn install

cd ../dspot

0 comments on commit 7b8481c

Please sign in to comment.