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

cache: yarn

before_install:
    - nvm install node
    - export NODE=$(nvm which node)
    - export NPM=${NODE%node}npm
    - $NPM install -g yarn

install:
    - yarn

script:
    - yarn lint
    - FENGARICONF='{"LUAI_MAXSTACK":100000}' travis_wait yarn test

notifications:
    email: false