Skip to content
Snippets Groups Projects

Issue/68

2 files
+ 5
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
1
@@ -2,7 +2,7 @@ stages:
- test
before_script:
- npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha
- npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha gulp-eslint
- npm install
run_tests:
@@ -12,3 +12,6 @@ run_tests:
- gulp test
tags:
- node
cache:
paths:
- node_modules/
Loading