Skip to content

Commit

Permalink
Cleaning test runner and updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Jun 13, 2018
1 parent 44ce104 commit f2cbc19
Show file tree
Hide file tree
Showing 3 changed files with 817 additions and 64 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
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
Loading

0 comments on commit f2cbc19

Please sign in to comment.