Skip to content
Snippets Groups Projects
Unverified Commit caf13718 authored by Ewout ter Hoeven's avatar Ewout ter Hoeven Committed by GitHub
Browse files

Travis CI: Refactor

parent b84c48bc
No related branches found
No related tags found
No related merge requests found
dist: bionic
language: node_js
node_js: 12
env:
- JOB_TYPE=linter
- JOB_TYPE=acceptance_tests
node_js:
- "12"
global:
- BBB_SERVER_URL=http://localhost/bigbluebutton/api
jobs:
allow_failures:
......@@ -20,10 +19,6 @@ jobs:
name: "Acceptance Tests"
env: JOB_TYPE=acceptance_tests
env:
global:
- BBB_SERVER_URL=http://localhost/bigbluebutton/api
script:
- travis_wait 30 bash ./build_script.sh $JOB_TYPE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment