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