From 8febdb5da46ae2ab9aea023f7f72d3e99d99cff7 Mon Sep 17 00:00:00 2001 From: ovidan Date: Sat, 17 Sep 2016 13:40:04 -0700 Subject: [PATCH] Missing Travis script command --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 716d76e..e992cf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,6 @@ script: - cd .. - cd WhoisDatabaseParsers.Tests - mono ../testrunner/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe ./bin/Nunit/Microsoft.Geolocation.Whois.Parsers.Tests.dll + - cd .. - cd WhoisNormalization.Tests - mono ../testrunner/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe ./bin/Nunit/Microsoft.Geolocation.Whois.Normalization.Tests.dll \ No newline at end of file