Come on Travis
This commit is contained in:
parent
d2349216b5
commit
cc1ed20fc2
1 changed files with 4 additions and 0 deletions
|
@ -10,9 +10,13 @@ env:
|
|||
# - DB=pgsql
|
||||
|
||||
before_install:
|
||||
- pwd
|
||||
- sudo pwd
|
||||
- sudo apt-get update > /dev/null
|
||||
|
||||
install:
|
||||
- pwd
|
||||
- sudo pwd
|
||||
- sudo chmod u+x test/setup_test_env.sh
|
||||
- sudo ./test/setup_test_env.sh $TRAVIS_BUILD_DIR
|
||||
|
||||
|
|
Reference in a new issue