Skip to content

Commit

Permalink
Add travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
arashm committed Nov 17, 2017
1 parent cda42ea commit 88c10de
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"language": "node_js",
"node_js": "8",
"sudo": false,
"before_install": [
"curl -o- -L https://yarnpkg.com/install.sh | bash",
"export PATH=\"$HOME/.yarn/bin:$PATH\""
],
"cache": {
"yarn": true,
"directories": [
".eslintcache",
"node_modules"
]
},
"script": [
"yarn run jest"
],
"group": "stable",
"dist": "trusty",
"os": "linux"
}

0 comments on commit 88c10de

Please sign in to comment.