Update travis.yml
This commit is contained in:
parent
45a79922e1
commit
cb8bdafbe8
14
.travis.yml
14
.travis.yml
@ -1,6 +1,10 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
||||
env:
|
||||
global:
|
||||
secure: Qdkmi13nqcXskABBhbuGZmRakh4orOW1dalkSCyUbzGuYf0OdYF8ttNVuJa0WSWI4KhNXhtz2p3I8dM95wL++LCVqXFmIvZtX8Nca36KlNxIPNXPjn0odayh+c4pgrhrbz8TDmDXl9IPuZmNz8HHtN7xmIn6YDcm13wA3gTmfwo=
|
||||
sudo: required
|
||||
dist: trusty
|
||||
node_js: '8'
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y build-essential
|
||||
install:
|
||||
- npm install
|
||||
- npm run build
|
||||
|
Loading…
Reference in New Issue
Block a user