Export a few more symbols
[dygraphs.git] / .travis.yml
index be23833..cbda81c 100644 (file)
@@ -3,4 +3,11 @@ node_js:
   - "0.10"
 
 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 &&
+    curl -O https://raw.githubusercontent.com/danvk/travis-weigh-in/master/weigh_in.py &&
+    python weigh_in.py dist/dygraph-combined.js