Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
chore(build): improve travis speed
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Jul 30, 2015
1 parent 27f7ca2 commit d0bdd2a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: node_js
node_js:
- "0.12"
language: node_js
node_js:
- "0.12"

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

script: grunt
script: grunt
sudo: false

0 comments on commit d0bdd2a

Please sign in to comment.