Skip to content

Commit

Permalink
Enable container-based infrastructure for Travis builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Negrea committed Nov 23, 2015
1 parent 7b7a64e commit 2918e37
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,3 +1,4 @@
sudo: false
language: node_js
node_js:
- '0.10'
Expand All @@ -14,4 +15,4 @@ before_install:
script:
- 'npm install'
- 'bower install'
- 'gulp'
- 'gulp'

0 comments on commit 2918e37

Please sign in to comment.