Revision b6e83cd1a19708d2329ef46c7b0ba45bd9149ee6 authored by Mohamed Hegazy on 09 March 2018, 22:22:00 UTC, committed by Mohamed Hegazy on 09 March 2018, 22:22:00 UTC
1 parent 88fc881
Raw File
.travis.yml
language: node_js

node_js:
  - 'stable'
  - '8'
  - '6'

sudo: false

env:
  - workerCount=3 timeout=600000

matrix:
  fast_finish: true

branches:
  only:
  - master
  - release-2.7
  - release-2.8

install:
  - npm uninstall typescript --no-save
  - npm uninstall tslint --no-save
  - npm install

cache:
  directories:
    - node_modules

git:
  depth: 1
back to top