We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e15d02 commit 44463eaCopy full SHA for 44463ea
.travis.yml
@@ -2,10 +2,8 @@ language: node_js
2
node_js:
3
- 7
4
- 6
5
- - 4
6
before_install:
7
- npm config set depth 0
8
- - npm install --global npm@4
9
script:
10
- npm run test
11
- npm run lint
src/.babelrc
@@ -8,7 +8,6 @@
[
"env",
{
- "debug": true,
12
"targets": {
13
"browsers": [
14
"last 2 version",
0 commit comments