diff options
Diffstat (limited to 'node_modules/flora-colossus/.travis.yml')
-rw-r--r-- | node_modules/flora-colossus/.travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/flora-colossus/.travis.yml b/node_modules/flora-colossus/.travis.yml new file mode 100644 index 0000000..a443a72 --- /dev/null +++ b/node_modules/flora-colossus/.travis.yml @@ -0,0 +1,7 @@ +language: node_js +node_js: + - "6" + - "8" +cache: yarn + +script: yarn test
\ No newline at end of file |