docs: fixed incorrect env var in travis that to enable website testing

This commit is contained in:
Chris Baker 2018-10-08 14:54:40 -04:00
parent bd26f885ce
commit daa363aaf3

View file

@ -24,7 +24,7 @@ matrix:
- os: linux
dist: trusty
sudo: false
env: RUN_UI_TESTS=1 RUN_WEBSITE_CHECKS=1 SKIP_NOMAD_TESTS=1
env: RUN_UI_TESTS=1 RUN_WEBSITE_TESTS=1 SKIP_NOMAD_TESTS=1
- os: linux
dist: trusty
sudo: false