Skip to content

Commit

Permalink
Added .travis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomasroos committed Nov 6, 2018
1 parent dfca594 commit e2df2df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
os: osx
cache: yarn
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Android and iOS module to read IDFA (advertising identifier)",
"main": "index.js",
"scripts": {
"prettier": "prettier --single-quote --trailing-comma all --bracket-spacing --write \"**/*.js\""
"prettier": "prettier --single-quote --trailing-comma all --bracket-spacing --write \"**/*.js\"",
"test": "flow"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e2df2df

Please sign in to comment.