Skip to content

Commit

Permalink
Add mkdir before untar glpi sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hamon committed Feb 3, 2017
1 parent 61243d0 commit e93a3c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ before_install:
- JAVA_HOME="/usr/lib/jvm/java-8-oracle"
- cd ..
- wget https://github.com/glpi-project/glpi/archive/$VGLPI.tar.gz
- mkdir glpi
- tar -xzvf $VGLPI.tar.gz -C glpi
- cd glpi
- composer install --no-dev
Expand Down

0 comments on commit e93a3c4

Please sign in to comment.