forked from ethereum/ethereum-org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaning test runner and updating packages
- Loading branch information
1 parent
44ce104
commit f2cbc19
Showing
3 changed files
with
817 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
language: node_js | ||
node_js: 8 | ||
|
||
before_script: | ||
- npm install broken-link-checker -g | ||
- npm install http-server -g | ||
- npm install grunt -g | ||
|
||
script: | ||
# building website | ||
- grunt build | ||
|
||
# running local server, checking for broken links | ||
- http-server dist/ --silent & blc http://localhost:8080 -rg | ||
- npm run build | ||
- npm run check-links |
Oops, something went wrong.