We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9546d32 commit 4d1c4a3Copy full SHA for 4d1c4a3
.travis.yml
@@ -14,6 +14,7 @@ node_js:
14
- "0.10"
15
before_install:
16
- npm i -g npm@^2.0.0
17
+ - npm i graphql graphql-compose
18
before_script:
19
- npm prune
20
script:
@@ -25,5 +26,5 @@ after_success:
25
26
- export $(cat .to_export_back) &> /dev/null
27
- npm run semantic-release
28
branches:
- except:
29
- - /^v\d+\.\d+\.\d+$/
+ only:
30
+ - master
package.json
@@ -29,6 +29,7 @@
},
"devDependencies": {
31
"babel-cli": "6.14.0",
32
+ "babel-core": "6.14.0",
33
"babel-eslint": "6.1.2",
34
"babel-plugin-syntax-async-functions": "6.13.0",
35
"babel-plugin-transform-class-properties": "6.11.5",
0 commit comments