Skip to content

Commit

Permalink
feat(travis): new travis build config file
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa authored Jul 12, 2016
1 parent 6e6db82 commit cfe3b5e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
sudo: false

language: node_js

node_js:
- "4"

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

install:
- npm config set spin false
- npm install -g npm@3
- npm install -g gulp
- npm install -g bower

- npm install

script:
- gulp build

0 comments on commit cfe3b5e

Please sign in to comment.