diff --git a/.travis.yml b/.travis.yml index 5e31d6e..ce9a102 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,20 +10,12 @@ addons: - gcc-4.8 - g++-4.8 script: - - npm run ci:test + - npm run test branches: only: - master cache: directories: - node_modules - - example/webapp/node_modules -deploy: - provider: pages - skip_cleanup: true - github_token: $GITHUB_TOKEN - local_dir: example/webapp/build - on: - branch: master after_success: - npm run ci:report:coverage \ No newline at end of file diff --git a/package.json b/package.json index d6a7385..c53c546 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,7 @@ "example:webapp:deploy": "cd example/webapp && npm run deploy", "example:peripheral:install": "cd example/peripheral && npm install", "example:peripheral:start": "cd example/peripheral && npm start", - "ci:test": "jest ./build/", - "ci:report:coverage": "npm run ci:test -- --coverage && codecov -t $CODECOV_TOKEN", - "ci:example:build": "npm run example:webapp:install && npm run example:webapp:build" + "ci:report:coverage": "npm run test -- --coverage && codecov -t $CODECOV_TOKEN" }, "babel": { "presets": [