Skip to content

Commit

Permalink
start ci with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
noppoMan committed Oct 11, 2017
1 parent 28c8e85 commit 89ed8e0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
sudo: required
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "node"
- "lts/*"

install:
- docker run -d -p 8000:8000 tray/dynamodb-local -inMemory -port 8000
- npm i -g mocha
- npm i

script: npm test
21 changes: 0 additions & 21 deletions circle.yml

This file was deleted.

0 comments on commit 89ed8e0

Please sign in to comment.