summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/ember/quickstart/.travis.yml
blob: 54dcdb2ab1bf17954197e8acc452ae14a58bf1aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
language: node_js
node_js:
  - "6"

sudo: false
dist: trusty

addons:
  chrome: stable

cache:
  directories:
    - $HOME/.npm

env:
  global:
    # See https://git.io/vdao3 for details.
    - JOBS=1

before_install:
  - npm config set spin false

script:
  - npm run lint:js
  - npm test