aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4d82039aa54fc6464462c96e3950089ee48ce9e5 (plain)
1
2
3
4
5
6
7
8
9
# Run on new travis container (docker) based infrastructure
sudo: false
language: node_js
script:
  - npm run lint
  - npm test
node_js:
  - "node"
  - "lts/*"