Skip to content

Commit

Permalink
Chore: Remove semantic-release-tamia from package.json to use the lat…
Browse files Browse the repository at this point in the history
…est version on Travis
  • Loading branch information
sapegin committed Jan 21, 2018
1 parent 759371f commit 075d5e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ script:
- npm run build:sections
# Check that examples really works: no JS errors on load
- |
if [[ "$TRAVIS_NODE_VERSION" == "9" ]]; then
if [[ "$TRAVIS_NODE_VERSION" == "8" ]]; then
npm run test:browser:pre
npm run test:browser
npm run test:browser:customised
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"rimraf": "^2.6.2",
"semantic-release-tamia": "^1.1.1",
"strip-shebang": "^1.0.2",
"url-loader": "^0.6.2",
"webpack": "^3.10.0"
Expand Down

0 comments on commit 075d5e1

Please sign in to comment.