Skip to content

Commit

Permalink
Fix env variable syntax in travis conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hamon committed Feb 3, 2017
1 parent 85a4cd9 commit 61243d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ addons:
before_install:
- JAVA_HOME="/usr/lib/jvm/java-8-oracle"
- cd ..
- wget https://github.com/glpi-project/glpi/archive/${VGLPI}.tar.gz
- tar -xzvf ${VGLPI}.tar.gz -C glpi
- wget https://github.com/glpi-project/glpi/archive/$VGLPI.tar.gz
- tar -xzvf $VGLPI.tar.gz -C glpi
- cd glpi
- composer install --no-dev
- cd ..
Expand Down

0 comments on commit 61243d0

Please sign in to comment.