mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Update .travis.yml
Should fix Build Failure Updates Package Listings Before Installing `shunit2`
This commit is contained in:
parent
97784b4588
commit
fb3e09f4e5
@ -1,12 +1,13 @@
|
||||
|
||||
# Use python as its the simplest language which can run a test script
|
||||
language: python
|
||||
|
||||
before_install:
|
||||
# Print out the bash version
|
||||
- sudo /bin/bash --version
|
||||
# Update Package Lists
|
||||
- sudo apt-get -qq update
|
||||
# Install dependencies
|
||||
- sudo apt-get install shunit2
|
||||
- sudo apt-get install -y shunit2
|
||||
# Remove this troublesome script
|
||||
- sudo rm -f /etc/profile.d/phpenv.sh
|
||||
|
||||
@ -19,4 +20,4 @@ script: sudo /bin/bash ./test.sh
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user