Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37b54e4

Browse files
committed
Testing without sudo (container env) and on trusty dist.
1 parent 6a6166e commit 37b54e4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
sudo: required
1+
dist: trusty
2+
sudo: false
23
language: python
34

45
env:
@@ -61,7 +62,7 @@ cache:
6162
#- test -f "$ORACLE_ZIP_DIR"/$(basename $ORACLE_FILE) || bash .travis/oracle/download.sh
6263

6364
install:
64-
- sudo pip install -r .travis/python_req.txt
65+
- pip install -r .travis/python_req.txt
6566
- npm install -g phantomjs-prebuilt casperjs
6667
- bash .travis/install_sqlcl.sh
6768
- bash .travis/start_db.sh

0 commit comments

Comments
 (0)