不要怂,就是干,撸起袖子干!

Commit 660e1bf1 by Sushant Committed by GitHub

ci(travis/perf): use sudo when required

1 parent c5756329
Showing with 4 additions and 1 deletions
sudo: required sudo: false
dist: trusty dist: trusty
language: node_js language: node_js
...@@ -50,12 +50,15 @@ jobs: ...@@ -50,12 +50,15 @@ jobs:
env: DIALECT=sqlite COVERAGE=true env: DIALECT=sqlite COVERAGE=true
- stage: tests - stage: tests
node_js: 4 node_js: 4
sudo: required
env: MYSQL_VER=mysql-57 DIALECT=mysql COVERAGE=true env: MYSQL_VER=mysql-57 DIALECT=mysql COVERAGE=true
- stage: tests - stage: tests
node_js: 4 node_js: 4
sudo: required
env: POSTGRES_VER=postgres-95 DIALECT=postgres COVERAGE=true env: POSTGRES_VER=postgres-95 DIALECT=postgres COVERAGE=true
- stage: tests - stage: tests
node_js: 4 node_js: 4
sudo: required
env: POSTGRES_VER=postgres-95 DIALECT=postgres-native COVERAGE=true env: POSTGRES_VER=postgres-95 DIALECT=postgres-native COVERAGE=true
- stage: tests - stage: tests
node_js: 8 node_js: 8
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!