summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2018-12-13travis: remove use_sysrootRyan Dahl
2018-12-03Remove leaks from snapshot_creatorRyan Dahl
2018-12-03Add LSAN build to travis.Ryan Dahl
2018-11-30travis: test rust version before rustupRyan Dahl
2018-11-27Don't use use_custom_libcxx=false on travis.Ryan Dahl
2018-11-08travis should immediately fail when lint or test_format fails (#1172)Aladeen
2018-11-01cargo: build in Cargo's out dir if DENO_BUILD_PATH is not setBert Belder
2018-10-31Support cargo check (#1128)Ryan Dahl
2018-10-26ci: peg rust version to 1.30.0Bert Belder
2018-10-21CI should fail when code isn't formatted.Ryan Dahl
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-11Use node v8 on Travis.Ryan Dahl
2018-10-03ci: set RUST_BACKTRACE=1Bert Belder
2018-09-26travis: don't cache unnecessary cargo and rustup filesBert Belder
2018-09-26travis: name CARGO_HOME and RUSTUP_HOME env vars correctlyBert Belder
2018-09-26travis: use sccache to cache rust targetsBert Belder
2018-09-24travis: save homebrew/ccache to cache, set ccache size to 1GBBert Belder
2018-09-24Add thread count benchmark (#811)Kevin (Kun) "Kassimo" Qian
2018-09-22travis: fix the build, attempt 2Bert Belder
2018-09-22travis: fix github pages deploy conditionBert Belder
2018-09-22travis: run benchmarks on linux, deploy to github pagesBert Belder
2018-09-22travis: clean up & tweaksBert Belder
2018-09-21Revert "Add benchmark tools (#777)"Bert Belder
2018-09-21Add benchmark tools (#777)Yoshiya Hinosawa
2018-08-24travis: allow cache to be saved when build takes too longBert Belder
2018-08-24Add osx to travisAndy Hayden
2018-08-22Travis: branches only master prevents building tagsRyan Dahl
2018-08-21Travis deploy (#548)Ryan Dahl
2018-08-18Fix travis release builds (#539)Robert Lin
2018-08-17Travis: publish from CI (#501)Robert Lin
2018-08-07travis: adjust cacheRyan Dahl
2018-08-02Use build.py -j2 on travis.Ryan Dahl
2018-08-02Update repo links to denoland.Ryan Dahl
2018-08-02Travis: cache ~/.cargoRyan Dahl
2018-07-29Remove depot_tools from travis.Ryan Dahl
2018-07-29Rename run_hooks.py to setup.pyRyan Dahl
2018-07-24Add tools/build.py (#398)Ryan Dahl
2018-07-21Add tools/test.py test runner. (#384)Ryan Dahl
2018-07-21Add deno_third_party as git submodule.Ryan Dahl
2018-07-18Rename deno_nosnapshot to deno_ns.Ryan Dahl
2018-07-18Execute JS for the first time in Rust rewrite.Ryan Dahl
2018-07-13Add :all targetRyan Dahl
2018-07-13Move C++ test main function to its own file.Ryan Dahl
2018-07-12Add nosnapshot executables for faster incremental builds (#359)Faris Amali Alis
2018-07-08Clean up tools/Ryan Dahl
2018-07-08Rewrite tools/lint.sh in python (#343)Hao Li
2018-07-07Add rust_test to gn build, with working example.Ryan Dahl
2018-07-05Rename mock_main to deno_ccRyan Dahl
2018-07-04Change node_modules cache dir.Ryan Dahl
2018-07-04Add tools/build_third_party.py (#328)Yoshiya Hinosawa