diff --git a/.travis.yml b/.travis.yml index 5340061..edc453e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: node_js node_js: - - "0.10" + - "node" before_install: - '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28' - npm install -g npm@latest install: - npm install -script: npm run js:test \ No newline at end of file +script: npm run js:test diff --git a/package.json b/package.json index 513baa2..08ecb0c 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "karma-phantomjs-launcher": "^1.0.1", "karma-spec-reporter": "0.0.26", "karma-webpack": "^1.7.0", - "node-sass": "3.4.2", + "node-sass": "^3.4.2", "nodemon": "^1.9.1", "opn-cli": "^3.1.0", "postcss-cli": "^2.5.1",