aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/.travis.yml
blob: b094211421ebbbc669cfc7fd01aaaa39837f5a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
git:
  depth: 1
language: node_js
node_js:
  - '0.10'
  - '0.12'
  - '4'
  - '6'

before_install:
  - npm install
script:
  - npm run build
  - npm run test