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 b5bbb1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js

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

script: npm run $ACTION

Expand All @@ -13,16 +14,12 @@ before_script:
after_script:
- npm install coveralls@2 && cat ./coverage/lcov.info | coveralls

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

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

fast_finish: true

Expand Down
4 changes: 4 additions & 0 deletions test/relations/many_to_many_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,8 @@ describe('Model many-to-many', __db(function() {
});
});

describe('it does not clobber source table name', function() {

});

}));

0 comments on commit b5bbb1c

Please sign in to comment.