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

Commit

Permalink
chore(travis): correct npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jun 26, 2016
1 parent b16b2d2 commit 0122080
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ node_js:
- 4
- 0.10

before_install:
- npm install -g npm

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g npm grunt-cli
- npm install -g grunt-cli

script:
- grunt

0 comments on commit 0122080

Please sign in to comment.