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.
- Loading branch information
1 parent
8a63800
commit f3e814b
Showing
3 changed files
with
452 additions
and
392 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,3 +1,13 @@ | ||
language: node_js | ||
node_js: | ||
- "0.12" | ||
node_js: 8 | ||
|
||
before_script: | ||
- npm install broken-link-checker -g | ||
- npm install http-server -g | ||
|
||
script: | ||
# building website | ||
- grunt build | ||
|
||
# running local server, checking for broken links | ||
- http-server dist/ --silent & blc http://localhost:8080 -ro |
Oops, something went wrong.