Bug fix for dygraph point selection touch event.
[dygraphs.git] / .travis.yml
index be23833..130ac69 100644 (file)
@@ -1,6 +1,12 @@
 language: node_js
 node_js:
-  - "0.10"
+  - "6"
 
 sudo: false  # Use container-based architecture
-script: "gulp travis"
+script: >
+    npm run build &&
+    npm run build-tests &&
+    npm run test &&
+    npm run coverage &&
+    ./scripts/post-coverage.sh &&
+    ./scripts/weigh-in.sh