Skip to content

Commit

Permalink
Updates .travis.yml to correct iojs tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dresende committed Sep 25, 2015
1 parent dce8b1c commit f3ff140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- '0.10'
- '0.12'
- 'iojs-v1.5.1'
- 'iojs'
before_script:
- mysql -e 'create database orm_test;'
- psql -c 'create database orm_test;' -U postgres
Expand Down

0 comments on commit f3ff140

Please sign in to comment.