Extended list of users
[dygraphs.git] / .travis.yml
index f318f37..198ce97 100644 (file)
@@ -4,8 +4,9 @@ node_js:
 
 sudo: false  # Use container-based architecture
 script: >
-    ./make-prod-combined.sh &&
-    ./make-tests.sh &&
-    ./run-tests.sh &&
-    curl -O https://raw.githubusercontent.com/danvk/travis-weigh-in/master/weigh_in.py &&
-    python weigh_in.py dist/dygraph-combined.js
+    npm run build &&
+    npm run build-tests &&
+    npm run test &&
+    npm run coverage &&
+    ./scripts/post-coverage.sh &&
+    ./scripts/weigh-in.sh