filer/.travis.yml

10 lines
257 B
YAML
Raw Normal View History

2014-02-17 23:22:38 +00:00
language: node_js
node_js:
2018-07-14 03:52:01 +00:00
- "8.11.3"
2014-02-17 23:29:19 +00:00
before_install: npm install -g grunt-cli
2014-02-18 16:11:05 +00:00
notifications:
email: false
irc: "irc.mozilla.org#filer"
env:
- "FILER_UPSTREAM_URI=\"default\" FILER_UPSTREAM_BRANCH=\"default\" FILER_UPSTREAM_REMOTE_NAME=\"default\""