Browse Source

feat: add initial Travis-CI config (#2550)

* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
fix2580
yotamberk 7 years ago
committed by Alexander Wunschik
parent
commit
5cb13de8f2
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