diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-10 18:42:08 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-10 18:42:08 +0530 |
| commit | 05b2a8e79d0056c0fadf8ffeb90cd38c431a56cc (patch) | |
| tree | 1508ab905bac89701860f6181f960b72a92368d7 | |
| parent | 1d40aef79561c0648c151403d59dbebc268622bd (diff) | |
| download | authorr-05b2a8e79d0056c0fadf8ffeb90cd38c431a56cc.tar.xz authorr-05b2a8e79d0056c0fadf8ffeb90cd38c431a56cc.zip | |
Updated Travis CI YAML
| -rw-r--r-- | .travis.yml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c379f83..20a6ec6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,18 @@ language: node_js -node_js: node
\ No newline at end of file +node_js: node + + +before_script: + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; fi + +matrix: + include: + - os: linux + sudo: required + dist: trusty +# - os: osx +# osx_image: xcode7.3 + +cache: + directories: + - node_modules |
