Browse Source

Add experiment travis code

revert-3409-performance
Yotam Berkowitz 7 years ago
parent
commit
b9144d31d4
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .travis.yml

+ 5
- 0
.travis.yml View File

@ -0,0 +1,5 @@
language: node_js
node_js: "6"
before_script:
- npm install -g gulp
script: gulp

Loading…
Cancel
Save