Skip to content

Commit d49229a

Browse files
committed
updates babel, publishes to npm
1 parent 16ebf16 commit d49229a

5 files changed

Lines changed: 5294 additions & 24 deletions

File tree

.babelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"presets": ["es2015"]
2+
"presets": [
3+
[ "env", { "targets": { "browsers": "last 2 versions"} } ]
4+
]
35
}

.npmignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

.travis.yml

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
language: node_js
22
sudo: false
3-
before_install:
4-
- npm install -g eslint@2.2 babel-eslint
53
script:
6-
- eslint .
7-
- npm test
4+
- npm run lint
5+
- npm run test:coverage
86
node_js:
9-
- "4.0"
10-
- "5.0"
7+
- '8.0'
8+
- '7.0'
9+
- '6.0'
10+
cache:
11+
directories:
12+
- node_modules
13+
deploy:
14+
skip_cleanup: true
15+
provider: npm
16+
email: beaucollins@gmail.com
17+
api_key:
18+
secure: g/QwhJTatuD/JTID1EhT528c4w+fcig61G24TbuYOceWlmeyHhIwHUGoF47epg81vPcLj84ynGAkTYB8VX1Zvy5vBc/D/T8K2aB6XWI/xrUWjE1LCOFTYbUOtuiNv+e6q0ScTyOgkhlo090fKPIW8DKEec4lDx6O3CLFM6LI+xc=
19+
on:
20+
tags: true
21+
tag: next
22+
repo: Simperium/node-simperium
23+
node: "8.0"

0 commit comments

Comments
 (0)