mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-23 22:50:11 +03:00
chore(*): remove Travis config
This commit is contained in:
parent
77d61b1c73
commit
03b460698b
|
@ -1,32 +0,0 @@
|
||||||
sudo: required
|
|
||||||
dist: trusty
|
|
||||||
language: node_js
|
|
||||||
node_js:
|
|
||||||
- '6'
|
|
||||||
cache:
|
|
||||||
directories:
|
|
||||||
- $HOME/.yarn-cache
|
|
||||||
- node_modules
|
|
||||||
env:
|
|
||||||
- CXX=g++-4.8
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- google-chrome
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
packages:
|
|
||||||
- google-chrome-stable
|
|
||||||
- g++-4.8
|
|
||||||
|
|
||||||
install:
|
|
||||||
- '/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16'
|
|
||||||
- npm install -g yarn
|
|
||||||
- yarn install
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- export DISPLAY=:99.0
|
|
||||||
- sh -e /etc/init.d/xvfb start &
|
|
||||||
- sleep 3
|
|
||||||
|
|
||||||
script:
|
|
||||||
- yarn test
|
|
Loading…
Reference in New Issue
Block a user