diff --git a/package.json b/package.json index 2955e639..d5c64221 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lint": "jshint .", "start": "./bin/start", "test": "npm run units", - "ci": "node ./test/travis-config.js && npm test && npm run end-to-end", + "ci": "node ./test/ci-config.js && npm test && npm run end-to-end", "units": "./bin/test", "validate": "npm ls" }, diff --git a/test/travis-config.js b/test/ci-config.js similarity index 100% rename from test/travis-config.js rename to test/ci-config.js