diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-17 00:41:25 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-18 15:43:50 -0400 |
| commit | 3dde880c328c2bf51334f014fdaf772cfed7e8ea (patch) | |
| tree | 4fd8b577226760559b93b3d13e809ffe894bdb4c /.travis.yml | |
| parent | b892188878fd5a1a38a45d1c2e892c41be240ca0 (diff) | |
Rename deno_nosnapshot to deno_ns.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1549df3f4..f0aa43c6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,5 +49,5 @@ script: - $BUILD_PATH/handlers_test - $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 + - $BUILD_PATH/deno_ns ./testdata/001_hello.js + - $BUILD_PATH/deno_ns ./testdata/002_hello.ts |
