aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-03-11 20:49:51 +0900
committerGitHub <noreply@github.com>2018-03-11 20:49:51 +0900
commitc1609761fae6a3de5ff5fe75d9f322acce87ca1a (patch)
tree9d44fbbb5e28471eeabaefdc842a2135704a1b2c /.travis.yml
parent0e340959247ced73b61698542b9818b70f22597b (diff)
parent7acda4340a4ee3679bbbccf35ab1533308ad4df6 (diff)
Merge pull request #359 from ueokande/circleci
Migrate to CircleCI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 60cb22d..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-language: node_js
-node_js:
- - "6"
-addons:
- firefox: "58.0"
-before_script:
- - export DISPLAY=:99.0
- - sh -e /etc/init.d/xvfb start
-cache:
- directories:
- - node_modules
-script:
- - npm run lint
- - npm test
- - npm run package
- - npm run build
- - npm run ambassador:build
- - node e2e/web-server & npm run test:e2e