From d2bd1f7dad18524d74429566bbe73e3d3adeb232 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Wed, 16 Jan 2019 17:30:17 -0600 Subject: Yes to nimble --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d86766..dbec88d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,5 +27,5 @@ install: - export PATH=$HOME/.nimble/bin:$PATH script: - - nimble install + - nimble install -y - nimble test diff --git a/appveyor.yml b/appveyor.yml index 59a0b62..b089567 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -78,7 +78,7 @@ for: - /home/appveyor/binaries build_script: - - nimble install + - nimble install -y test_script: - nimble test -- cgit v1.2.3