Remove sudo from Travis config

This commit is contained in:
Tyler Long
2017-09-12 19:12:20 +08:00
parent 1e89aa7d92
commit e3d753da76

View File

@@ -1,11 +1,10 @@
sudo: required
dist: trusty dist: trusty
addons:
code_climate:
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091
language: node_js language: node_js
node_js: node_js:
- "8" - "8"
addons:
code_climate:
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091
before_script: before_script:
- yarn build - yarn build
script: script: