From 3e51605bc9ca98522fc21a0673e690105f48da98 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 13 Jul 2018 03:24:07 -0400 Subject: Execute JS for the first time in Rust rewrite. Implements code_fetch handler in Rust. Add ability to embed string assets (for typescript declaration files) Remove deno_cc and deno_cc_nosnapshot targets. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2d978997a..1549df3f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ script: - ./tools/lint.py - $BUILD_PATH/test_cc - $BUILD_PATH/handlers_test - - $BUILD_PATH/deno_cc foo bar - - $BUILD_PATH/deno_cc_nosnapshot foo bar - - $BUILD_PATH/deno meow - - $BUILD_PATH/deno_nosnapshot meow + - $BUILD_PATH/deno ./testdata/001_hello.js + - $BUILD_PATH/deno ./testdata/002_hello.ts + - $BUILD_PATH/deno_nosnapshot ./testdata/001_hello.js + - $BUILD_PATH/deno_nosnapshot ./testdata/002_hello.ts -- cgit v1.2.3