Skip to content

Commit

Permalink
Use Travis container build and run default task
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb committed Jun 20, 2015
1 parent 27cff90 commit a9c583d
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,4 +1,5 @@
language: node_js
sudo: false
node_js:
- 0.10
env:
Expand All @@ -11,4 +12,4 @@ install:
- npm install bower gulp -g
- npm install && bower install
script:
- gulp test
- gulp

0 comments on commit a9c583d

Please sign in to comment.