Skip to content

Commit

Permalink
tests: adjust travis config (appium#13563)
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Nov 7, 2019
1 parent 2aa4e33 commit 6eb4910
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js: "10"
os: linux
addons:
apt:
sources:
Expand All @@ -10,25 +11,23 @@ addons:
env:
global:
- CXX=g++-4.8
cache:
npm: false
jobs:
include:
- stage: Tests
name: node 10
os: linux
before_script: npm outdated || true
script: npm run test && npm run e2e-test
after_script: npm run coverage
- stage:
name: node 12
os: linux
before_script: npm outdated || true
script: npm run test && npm run e2e-test
node_js: "12"
- stage:
name: test documentation generation
os: linux
before_script:
- npm install
script:
- npm run generate-docs
script: npm run generate-docs

- stage: Sample Code
name: JavaScript (wd)
Expand All @@ -45,7 +44,6 @@ jobs:
name: Python
# only want to run this on the main master branch
if: branch = master AND type != pull_request
os: linux
language: python
python: "3.6"
env:
Expand Down

0 comments on commit 6eb4910

Please sign in to comment.