Skip to content

Commit

Permalink
Test fixing Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr authored and rwaldron committed Feb 23, 2016
1 parent 716530c commit 60918ad
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ addons:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- pkg-config
- build-essential
- libusb-1.0-0-dev
- libudev-dev

before_install:
- npm install -g npm@3
- npm install -g grunt-cli
- sudo apt-get update -qq
- sudo apt-get install pkg-config build-essential libusb-1.0-0-dev libudev-dev

install: npm install
script: grunt

0 comments on commit 60918ad

Please sign in to comment.