summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2018-07-04Separate deno.gni and rust.gni and clean up.Ryan Dahl
Put rust depfile in target_out_dir because the depfile isn't in the outputs, the gen directory doesn't get created. Prefix rlib files with lib.
2018-07-03move v8 to third_party/v8 (#322)Yoshiya Hinosawa
2018-07-02Call lint in travis (and fix long long issue)Ryan Dahl
2018-07-01chore: move //src/js to //jsYoshiya Hinosawa
refs: #285
2018-07-01reorg: Move GN files to root (#309)Yoshiya Hinosawa
refs: #285
2018-06-25Rename deno_rs to deno.Ryan Dahl
2018-06-25Fix run_node.py symlink.Ryan Dahl
2018-06-22Fix travis node_modules symlink problem by force.Ryan Dahl
2018-06-22Move `deno2` folder to `src` (#277)Tristan Marion
2018-06-22Delete go implementation (#276)Ryan Dahl
The go prototype will remain at https://github.com/ry/deno/tree/golang
2018-06-22Travis for deno2Ryan Dahl
2018-05-29Try to fix travis again.Ryan Dahl
2018-05-29Fix travis.Ryan Dahl
2018-05-29Fix travisParsa Ghadimi
2018-05-29Try to fix travisRyan Dahl
2018-05-29Travis: Try to fix ccacheRyan Dahl
2018-05-29Travis: Cache node_modules and parcel dir.Ryan Dahl
2018-05-29Fix ccache in travis (and update readme)Ryan Dahl
2018-05-28Update V8Worker2 build.py path.Ryan Dahl
https://github.com/ry/v8worker2/commit/ab9d1b870978e1b4b979eb9a0b795a19a093c656
2018-05-28Attempt to fix v8worker2 caching.Ryan Dahl
2018-05-27Try to fix travisRyan Dahl
2018-05-27Travis: Don't cache v8worker2/outRyan Dahl
2018-05-27Attempt to fix travisRyan Dahl
2018-05-27Add protoc-gen-go install to travisRyan Dahl
2018-05-25Try to fix travisRyan Dahl
2018-05-24Try to fix travisRyan Dahl
2018-05-24Fix travis fileRyan Dahl
2018-05-23Use protobuf 3.1 in travis.Ryan Dahl
2018-05-23Adjust travis's ccacheRyan Dahl
2018-05-22Try to fix travisRyan Dahl
2018-05-22Improve travis buildParsa Ghadimi
2018-05-18Fix travis.Ryan Dahl
2018-05-18Fix travis.ymlRyan Dahl
2018-05-15Compile cache and relative imports working.Ryan Dahl
2018-05-14Try to fix travisRyan Dahl
2018-05-14Add tslint, and tenative travis file.Ryan Dahl