summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 1bd017bb48fb7aae64691471bde682390fe09f3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Travis CI
# https://travis-ci.org/RobLoach/jquery-once
language: node_js
sudo: false

node_js:
  - "4"
  - "6"

cache:
  directories:
    - node_modules

notifications:
  email: false

after_success: npm run coveralls