Skip to content

Commit

Permalink
test: activate Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupert Redington committed Mar 7, 2020
1 parent 4bfd2c7 commit 2f84549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
language: node_js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"start": "yarn run develop",
"start-prototype": "live-server prototype/",
"format": "prettier --write \"src/**/*.js\"",
"test": "jest",
"test": "yarn lint && jest",
"lint": "eslint .",
"now-build": "npm run build"
},
Expand Down

0 comments on commit 2f84549

Please sign in to comment.