I can totally spell environment correctly.

This commit is contained in:
jgen 2014-02-17 21:37:56 -05:00
parent 09fe543a4b
commit d2349216b5
2 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,8 @@ before_install:
- sudo apt-get update > /dev/null
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
before_script:

View file

@ -1,6 +1,6 @@
#!/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)
#
# @copyright (c) 2014 jgen