Skip to content

Commit

Permalink
final project
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeDouglas committed Jun 9, 2018
1 parent 38f7720 commit 062c24e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build
docs
node_modules
*.log
.environment
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v6.10.2
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- 6.10.2
before_script: 'npm install -g zapier-platform-cli'
script: 'zapier test'
notifications:
email: false
4 changes: 4 additions & 0 deletions .zapierapprc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"id": 1644,
"key": "App1644"
}

0 comments on commit 062c24e

Please sign in to comment.