github-desktop/.travis.yml

34 lines
375 B
YAML
Raw Normal View History

2016-05-11 16:16:32 +00:00
notifications:
email:
on_success: never
on_failure: change
2016-05-25 21:06:54 +00:00
os:
- osx
2016-05-11 16:38:10 +00:00
branches:
only:
- master
2016-05-26 17:53:22 +00:00
- /^__release-.*/
2016-05-11 16:38:10 +00:00
2016-05-11 16:16:32 +00:00
language: node_js
node_js:
2016-10-26 20:39:44 +00:00
- "6"
2016-05-11 16:16:32 +00:00
2016-05-25 20:49:06 +00:00
cache:
2016-06-22 19:52:07 +00:00
timeout: 600
2016-05-25 20:49:06 +00:00
directories:
- node_modules
- $HOME/.electron
2016-05-25 20:49:06 +00:00
2016-05-11 19:24:06 +00:00
install:
- npm install
script:
- npm run lint
2016-05-25 15:12:13 +00:00
- npm run build:prod
2016-05-11 19:24:06 +00:00
- npm test
2016-05-11 19:26:57 +00:00
after_success:
2016-09-28 16:17:33 +00:00
- npm run publish