2018-01-04 08:05:11 +00:00
|
|
|
machine:
|
|
|
|
node:
|
|
|
|
version: 4.7.0
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
pre:
|
|
|
|
- npm install -g npm@latest
|
|
|
|
|
2015-07-21 21:34:40 +00:00
|
|
|
deployment:
|
|
|
|
production:
|
2015-07-25 00:32:49 +00:00
|
|
|
branch: master
|
2016-05-18 23:59:23 +00:00
|
|
|
commands:
|
2016-05-19 00:00:16 +00:00
|
|
|
- npm install canvas nomnoml
|
|
|
|
- ./build-docs.sh
|
2015-07-28 18:08:10 +00:00
|
|
|
openmctweb-staging-deux:
|
|
|
|
branch: mobile
|
|
|
|
heroku:
|
2015-08-19 18:01:58 +00:00
|
|
|
appname: openmctweb-staging-deux
|
2016-03-01 21:00:08 +00:00
|
|
|
test:
|
2016-05-23 22:10:05 +00:00
|
|
|
post:
|
|
|
|
- gulp lint
|
|
|
|
- gulp checkstyle
|
2016-05-19 22:24:14 +00:00
|
|
|
|
|
|
|
general:
|
|
|
|
branches:
|
|
|
|
ignore:
|
2018-01-04 08:05:11 +00:00
|
|
|
- gh-pages
|