summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2019-10-03Remove travis and appveyor. Release with github actions (#3052)Ryan Dahl
2019-10-03Update rust to 1.38.0 (#3030)Andy Hayden
2019-10-02Run benchmarks from GH actions instead of Travis (#3049)Ryan Dahl
2019-09-19Set RUSTC_WRAPPERf in travis and appveyor (#2978)Ryan Dahl
2019-09-19Remove test.py, use cargo test as test frontend (#2967)Ryan Dahl
2019-09-15ci: fix Travis builds timing out because of no output (#2943)Christian Moritz
2019-09-10Upgrade V8 to 7.9.8 (#2907)Ryan Dahl
2019-09-10Appveyor: Add target/release to cache, like travis (#2899)Ryan Dahl
2019-09-09Improve travis (#2892)Ryan Dahl
2019-09-06Remove tools/build.py (#2865)Ryan Dahl
2019-09-04Run tests after "cargo build" on travis (#2854)Ryan Dahl
2019-08-16Upgrade to rust 1.37.0 (#2786)Ryan Dahl
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-11Upgrade rust to v1.36.0Bert Belder
2019-06-28update rust version for ci (#2599)andy finch
2019-06-08make tests quieter (#2468)Andy Hayden
2019-05-30chore: refactor python tests to use unittest (#2414)Andy Hayden
2019-05-03ci: make the sanitize build fast again (#2280)Bert Belder
2019-05-03Bump required rustc version to 1.34.1Bert Belder
2019-05-03ci: run clippyBert Belder
2019-05-01Rename test targets (#2262)Bartek IwaƄczuk
2019-04-24Upgrade CI to Node v12 (#2193)Ryan Dahl
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-20Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945)Ryan Dahl
2019-03-20Disable arm test againRyan Dahl
2019-03-18Re-implement init scripts in core (#1958)andy finch
2019-03-18CI jobs should fail quicker on bad test_format or lint (#1954)andy finch
2019-03-15disable arm64 testRyan Dahl
2019-03-08Add basic Arm64 build to CI (#1887)andy finch
2019-02-27Upgrade Node to v10 on Travis (#1850)Ryan Dahl
2019-02-12Revert "Rewrite tools/format.py in deno (#1528)" (#1752)Ryan Dahl
2019-02-11fix: improve formatting (#1732)Yoshiya Hinosawa
2019-02-07travis: cache buildtools dir (#1703)Ryan Dahl
2019-01-26Upgrade sccache binaries to 0.2.8 (#1576)Ryan Dahl
2019-01-24Minor code cleanups (#1570)JaePil Jung
2019-01-17Rewrite tools/format.py in deno (#1528)Yoshiya Hinosawa
2019-01-15Update sccache.exe (fixes #1526) (#1529)Ryan Dahl
2019-01-14ci: upgrade rust to version 1.31.1Bert Belder
2019-01-14ci: cargo build --lockedBert Belder
2019-01-03ci: use RUST_BACKTRACE=fullRyan Dahl
2019-01-03travis: remove -j2 flagsRyan Dahl
2018-12-24travis: set -eRyan Dahl
2018-12-20Parallelize travisRyan Dahl
2018-12-20ci: run benchmarks before attempting to deploy them to github pagesBert Belder
2018-12-20ci: change S3 access keyBert Belder
2018-12-20ci: start sccache early and throw away the S3 access keyBert Belder
2018-12-19ci: build with Cargo before building with NinjaBert Belder
2018-12-19build: make `cargo build` workBert Belder
2018-12-18travis: Set CARGO_HOME to third_party/rust_crates (#1370)Ryan Dahl
2018-12-18Load sccache from S3 on CIRyan Dahl