I can totally spell environment correctly.
This commit is contained in:
parent
09fe543a4b
commit
d2349216b5
2 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,8 @@ before_install:
|
||||||
- sudo apt-get update > /dev/null
|
- sudo apt-get update > /dev/null
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo ./test/setup_test_enviroment.sh $TRAVIS_BUILD_DIR
|
- sudo chmod u+x test/setup_test_env.sh
|
||||||
|
- sudo ./test/setup_test_env.sh $TRAVIS_BUILD_DIR
|
||||||
|
|
||||||
# execute any number of scripts before the test run, custom env's are available as variables
|
# execute any number of scripts before the test run, custom env's are available as variables
|
||||||
before_script:
|
before_script:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Set up the Travis-CI test enviroment for Shimmie.
|
# Set up the Travis-CI test environment for Shimmie.
|
||||||
# (this script should be run as root via sudo)
|
# (this script should be run as root via sudo)
|
||||||
#
|
#
|
||||||
# @copyright (c) 2014 jgen
|
# @copyright (c) 2014 jgen
|
Reference in a new issue