Permalink
Browse files

Zuul it up

  • Loading branch information...
1 parent 1a72100 commit 63f39abf7bbb62c3fb96dd29915fd55ff7757e09 @tmcw tmcw committed Jun 12, 2014
Showing with 11 additions and 16 deletions.
  1. +7 −0 .travis.yml
  2. +1 −1 README.md
  3. +3 −15 package.json
View
@@ -0,0 +1,7 @@
+language: node_js
+node_js:
+- '0.10'
+env:
+ global:
+ - secure: Pk/qTEreMesOn3FC32WcdOp+vF7Kic4g4Xmh3fC4FPXoE7HS8Tu5ly40Kewx03xPdY9T9LEfKE2dr9UMHvOfMOUiUNSsPD3kdUam4CqzsSTJ51pt0/fJIGJvAuiZiNrkBzSQdRxRfmhJU45lOGulbUHk2mdvnF2uYkBtQTA8810=
+ - secure: ctGZk1h7O6xco7iXI2EBUgv4DHJOpsxhqGrl/a07FLv4snpD4hlJSV5W+VeDDi0kIZVp3A80UWtWhV+TsByzd8y8FHbi57TPDH85MtWHfeb+wxvDIgHko5IcaNq6lMaSfhGPfaNE7xYCbT0oLTWWYNnNE7g4HANEShdmV30Im2U=
View
@@ -2,7 +2,7 @@
## corslite
-[![](https://ci.testling.com/mapbox/corslite.png)](https://ci.testling.com/mapbox/corslite)
+[![Build Status](https://travis-ci.org/mapbox/corslite.svg?branch=master)](https://travis-ci.org/mapbox/corslite)
```js
corslite('http://b.tiles.mapbox.com/v3/tmcw.dem.json', function(err, resp) {
View
@@ -4,24 +4,12 @@
"description": "xhr for browsers and ie",
"main": "corslite.js",
"scripts": {
- "test": "testling"
+ "test": "zuul -- test.js"
},
"devDependencies": {
"tape": "~0.3.3",
- "testling": "^1.6.1"
- },
- "testling": {
- "browsers": [
- "ie/7..latest",
- "firefox/3.5",
- "firefox/latest",
- "chrome/latest",
- "safari/5.1",
- "safari/6",
- "opera/12"
- ],
- "files": "test.js",
- "server": "server.js"
+ "mocha": "~1.20.1",
+ "zuul": "~1.6.5"
},
"repository": {
"type": "git",

0 comments on commit 63f39ab

Please sign in to comment.