Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge branch 'travis-ci' into v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-martin committed Nov 11, 2015
2 parents 872359a + 2fc9fe0 commit 943a24d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ language: node_js
node_js:
- "0.10"
sudo: false
before_install: npm install -g grunt-cli
before_install:
- npm install -g npm@2.14.9
- npm install -g grunt-cli
install: npm install

0 comments on commit 943a24d

Please sign in to comment.