Skip to content

Commit

Permalink
change path from - to _ for new travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Masen committed Jun 26, 2018
1 parent b057fdd commit c3e6be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ matrix:
- |
(cd examples/comments && sed -i 's/: "webpack-dev-server"/: "webpack"/' package.json && ./build.sh)
- |
(cd examples/node-and-browser && sed -i 's/: "webpack-dev-server"/: "webpack"/' package.json && ./build.sh && npm start)
(cd examples/node_and_browser && sed -i 's/: "webpack-dev-server"/: "webpack"/' package.json && ./build.sh && npm start)
# Build the guide.
- rust: stable
Expand Down

0 comments on commit c3e6be9

Please sign in to comment.