Skip to content

Commit

Permalink
Update .travis.yml to use the container based infrastructure
Browse files Browse the repository at this point in the history
Also removes iojs. Should add node v4 when it's available
  • Loading branch information
dresende committed Sep 25, 2015
1 parent f3ff140 commit 9838549
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
@@ -1,8 +1,8 @@
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- 'iojs'
before_script:
- mysql -e 'create database orm_test;'
- psql -c 'create database orm_test;' -U postgres
Expand Down

0 comments on commit 9838549

Please sign in to comment.