commit a23d08314790f6edbe7f0df9bc64c00a23d4cfd0 parent a4a8dacfc0cd92883f23e29064b82425df2d1102 Author: Jared Tobin <jared@jtobin.io> Date: Fri, 5 Oct 2018 15:33:04 +1300 Add basic Travis file. Diffstat:
A | .travis.yml | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -0,0 +1,6 @@ +language: node_js +node_js: + - '10' +cache: + directories: + - "node_modules"