aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-plugin-dynamic-import-node/.travis.yml
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-11-08 00:43:05 +0800
committerruki <waruqi@gmail.com>2018-11-07 22:18:30 +0800
commit89e95b3f143682ed9a006991bacf45c9dcba4818 (patch)
tree4f44cf41b828577d583890bdd5a1c31e8491a6ba /node_modules/babel-plugin-dynamic-import-node/.travis.yml
parentaa7f0199255277949790b41c56e8ec97dd4f0da4 (diff)
downloadxmake-docs-vuepress.tar.gz
xmake-docs-vuepress.zip
remove node_modulesvuepress
Diffstat (limited to 'node_modules/babel-plugin-dynamic-import-node/.travis.yml')
-rw-r--r--node_modules/babel-plugin-dynamic-import-node/.travis.yml42
1 files changed, 0 insertions, 42 deletions
diff --git a/node_modules/babel-plugin-dynamic-import-node/.travis.yml b/node_modules/babel-plugin-dynamic-import-node/.travis.yml
deleted file mode 100644
index 64e195a6..00000000
--- a/node_modules/babel-plugin-dynamic-import-node/.travis.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-language: node_js
-os:
- - linux
-node_js:
- - "9"
- - "8"
- - "7"
- - "6"
- - "5"
- - "4"
- - "iojs-v3"
- - "iojs-v2"
- - "iojs-v1"
- - "0.12"
-before_install:
- - 'nvm install-latest-npm'
-install:
- - 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
-script:
- - 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'
- - 'if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi'
- - 'if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi'
- - 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi'
-sudo: false
-env:
- - TEST=true
-matrix:
- fast_finish: true
- include:
- - node_js: "lts/*"
- env: PRETEST=true
- allow_failures:
- - node_js: "9"
- - node_js: "7"
- - node_js: "5"
- - node_js: "iojs-v3"
- - node_js: "iojs-v2"
- - node_js: "iojs-v1"
- - node_js: "0.12"
- - os: osx
- - env: TEST=true ALLOW_FAILURE=true
- - env: COVERAGE=true