Bug fix for dygraph point selection touch event.
[dygraphs.git] / .travis.yml
index a16a7b0..130ac69 100644 (file)
@@ -1,6 +1,6 @@
 language: node_js
 node_js:
-  - "0.10"
+  - "6"
 
 sudo: false  # Use container-based architecture
 script: >
@@ -8,5 +8,5 @@ script: >
     npm run build-tests &&
     npm run test &&
     npm run coverage &&
-    curl -O https://raw.githubusercontent.com/danvk/travis-weigh-in/master/weigh_in.py &&
-    python weigh_in.py dist/dygraph-combined.js
+    ./scripts/post-coverage.sh &&
+    ./scripts/weigh-in.sh