aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 971b027514f84b16afd8600b696edd9f7efaa484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: node

before_install:
    - pip install --user hererocks
    - hererocks lua53 -l5.3 -rlatest
    - source lua53/bin/activate
    - nvm install node
    - export NODE=$(nvm which node)
    - export NPM=${NODE%node}npm

install:
    - $NPM i

script:
    - $NPM t

notifications:
    email: false