From a6a1095cb12f0e3f20ee230649f41985c7b2d148 Mon Sep 17 00:00:00 2001 From: Harry Sarson Date: Mon, 9 Jul 2018 20:38:23 +0100 Subject: [PATCH] correct the test directory name to cache renames test -> tests in .travis.yml. Tests are contained within `tests/` rather than within `test/` --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9576ae82..51385edd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false cache: directories: - - test/elm-stuff/build-artifacts + - tests/elm-stuff/build-artifacts - sysconfcpus language: node_js