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