Skip to content

Commit

Permalink
changing the travis build matrix for faster builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 20, 2016
1 parent d41463b commit a1338ed
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Expand Up @@ -16,13 +16,11 @@ env:
- TRAVIS_CACHE=$HOME/.travis_cache/
- TRAVIS_NODE_VERSION="5.11"
matrix:
#- TOX_ENV=py27-mysql
- TOX_ENV=py27-sqlite
- TOX_ENV=py27-postgres
- TOX_ENV=py34-sqlite
- TOX_ENV=py34-mysql
- TOX_ENV=py34-postgres
- TOX_ENV=javascript
- TOX_ENV=py34-postgres
- TOX_ENV=py34-sqlite
- TOX_ENV=py27-mysql
- TOX_ENV=py27-sqlite
before_install:
- npm install -g npm@'>=3.9.5'
before_script:
Expand Down

0 comments on commit a1338ed

Please sign in to comment.