Skip to content

Commit

Permalink
Some sweets for my sweets
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk committed Jul 14, 2014
1 parent a8f99df commit 16344ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "0.10"
sudo: false
env:
- DB=sqlite3 NODE_ENV=testing
- DB=mysql NODE_ENV=testing-mysql
Expand All @@ -18,4 +19,4 @@ before_install:
- if [ $DB == "pg" ]; then npm install pg; psql -c 'create database ghost_testing;' -U postgres; fi
before_script:
- phantomjs --version
- casperjs --version
- casperjs --version

0 comments on commit 16344ce

Please sign in to comment.