Skip to content
Snippets Groups Projects
Commit 750c9368 authored by Will Roberts's avatar Will Roberts
Browse files

travis: specify node v6.10

parent ca71ac65
No related branches found
No related tags found
No related merge requests found
6.10
\ No newline at end of file
......@@ -9,7 +9,7 @@ python:
install:
- pip install cookiecutter
- pip install invoke==0.14.0
- nvm install node
- nvm use node
- nvm install 6.10
- nvm use 6.10
script:
- invoke test
......@@ -33,7 +33,7 @@ module.exports = {
resolve: {
extensions: ['.js', '.jsx', '.css']
},
devtool: debug ? '#inline-sourcemap' : null,
devtool: debug ? '#inline-sourcemap' : false,
devServer: {
headers: { 'Access-Control-Allow-Origin': '*' }
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment