123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- language: node_js
- sudo: required
- dist: trusty
- cache:
- directories:
- - node_modules
- install:
-
-
- - jdk_switcher use oraclejdk8
- - ./scripts/ci/install_closure_deps.sh
- before_script:
- - ./scripts/http/simple_http_server.py 2> /dev/null & sleep 5
- - ./scripts/ci/sauce_connect.sh
-
-
-
-
- - export PATH=$PWD/../clang/bin/:$PATH
-
-
- - export GH_PAGES=$(mktemp -d)
- script:
- - ./scripts/ci/generate_latest_docs.sh
- - ./scripts/ci/compile_closure.sh
- - ./scripts/ci/lint_pull_request.sh
- - ./scripts/ci/check_code_format.sh
- - travis_wait 30 ./scripts/ci/run_all_tests.sh
- after_success:
- - ./scripts/ci/push_latest_docs.sh
- env:
- global:
- - SAUCE_USERNAME=closure-sauce
- - SAUCE_ACCESS_KEY=dfd98f70a612-e69a-ad34-6149-3ca056f8
- - secure: "aEv7CF6ZvD2Fa67yv6yYtgFGjafCkpSP2Y+Dk2AyJCFLF3+L5ZFXpFoCtgYgCWezVDbeGpoojFeCzLu0ycWwnIwJpUQ/C8NBDR/x2Lqz2I6M2PfkEy91UhSE5nXe1RJMnna1715zeBmustiFKjdETWFZrpvxkHixBHbLfY3cJZw="
- addons:
- apt:
- packages:
-
- - oracle-java8-installer
|