Skip to content

Commit ec6fd98

Browse files
committed
appveyor: enable integration test
1 parent 57b50d4 commit ec6fd98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ build_script:
3535
Pkg.clone(pwd(), \"MXNet\"); Pkg.build(\"MXNet\")"
3636

3737
test_script:
38-
- C:\projects\julia\bin\julia --check-bounds=yes -e "Pkg.test(\"MXNet\")"
39-
38+
- C:\projects\julia\bin\julia --check-bounds=yes -e "
39+
ENV[\"CONTINUOUS_INTEGRATION\"] = \"1\";
40+
Pkg.test(\"MXNet\")"

0 commit comments

Comments
 (0)