mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Added cash version to build script output.
Also added the output of a script which is giving me trouble in the Travis CI worker.
This commit is contained in:
parent
d647990e86
commit
5d414e508c
@ -2,9 +2,15 @@
|
||||
# Use python as its the simplest language which can run a test script
|
||||
language: python
|
||||
|
||||
# Install shunit2
|
||||
before_install:
|
||||
# Print out the bash version
|
||||
- sudo /bin/bash --version
|
||||
# Install dependencies
|
||||
- sudo apt-get install shunit2
|
||||
# Debug output the contents of this script which is causing errors
|
||||
- echo -e "\n\n\n"
|
||||
- sudo cat /etc/profile.d/phpenv.sh
|
||||
- echo -e "\n\n\n"
|
||||
|
||||
# Create a minecraft user for testing
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user