Skip to content

Commit

Permalink
Adding TRAVIS=true to environment variables for install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Jan 31, 2016
1 parent e27f134 commit 5e5b70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ script:
- 'sudo docker exec --tty devshop_container env TERM=xterm ansible-playbook /usr/share/devshop/playbook.yml --syntax-check'

# Install script.
- 'sudo docker exec --tty devshop_container env TERM=xterm /usr/share/devshop/install.sh ${script_opts} --hostname=devshop.travis'
- 'sudo docker exec --tty devshop_container env TRAVIS=true TERM=xterm /usr/share/devshop/install.sh ${script_opts} --hostname=devshop.travis'

# Hostmaster Status
- 'sudo docker exec devshop_container env TERM=xterm sudo su - aegir -c "drush @hostmaster status"'
Expand Down

0 comments on commit 5e5b70d

Please sign in to comment.