Revert typo

This commit is contained in:
Paul Kaplan 2017-10-18 12:22:20 -04:00
parent ee477fce57
commit a83cd2d9a8

View file

@ -12,7 +12,7 @@ before_install:
- ln -s $(npm root)/google-closure-library ../closure-library
before_script:
- export DISPLAY=:99.0n
- export DISPLAY=:99.0
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then ( tests/scripts/setup_linux_env.sh ) fi
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then ( tests/scripts/setup_osx_env.sh ) fi
- sleep 2