.travis.yml 136 B

12345678
  1. language: node_js
  2. node_js:
  3. - "4.1"
  4. before_script:
  5. - npm install -g gulp
  6. - cd ./Tools/Gulp
  7. - npm install
  8. script: gulp typescript