Skip to content

Commit

Permalink
Fixing Travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbyoung committed Oct 4, 2015
1 parent a62a87f commit 49705eb
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
language: node_js

node_js:
- '0.10'
- '0.12'
- '4.0'
- '4.1'

script: npm run $ACTION
script: npm run test-travis

before_script:
- psql -c 'create database "azul_test";' -U postgres
- mysql -e 'create database `azul_test`;'

after_script:
- npm install coveralls@2 && cat ./coverage/lcov.info | coveralls

env:
- ACTION=test-travis PG_USER=postgres MYSQL_USER=travis
- ACTION=docs

matrix:
exclude:
- env: ACTION=docs
include:
- env: ACTION=docs
node_js: '0.12'
- npm run docs

fast_finish: true

Expand Down

0 comments on commit 49705eb

Please sign in to comment.