Skip to content

Commit

Permalink
Tests for broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Jun 8, 2018
1 parent 8a63800 commit f3e814b
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 392 deletions.
14 changes: 12 additions & 2 deletions .travis.yml
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
Loading

0 comments on commit f3e814b

Please sign in to comment.