From 7361af77f49ca0a1474cc864f302b93c4b3d690c Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sat, 21 Nov 2015 15:26:47 +0100 Subject: [PATCH] Update appveyor config --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 102fc5cc6..a5ef6d67e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ install: build_script: - sbt clean compile publish-local test_script: - - sbt core-jvm/test # Would node be around for core-js/test? + - sbt coreJVM/test # Would node be around for coreJS/test? cache: - C:\sbt\ - C:\Users\appveyor\.m2