status-nodejs/.travis.yml

19 lines
248 B
YAML
Raw Normal View History

2017-11-30 12:54:14 +00:00
notifications:
email: false
matrix:
include:
- os: linux
sudo: required
- os: osx
language: node_js
node_js:
- "7.9.0" # Current stable Electron version
install:
- ./.travis/install.sh
- npm install
- npm run rebuild