From e47beaaacc1e19ceda93d83183ee225d6e7d1a2e Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Fri, 4 May 2018 13:15:47 -0400 Subject: [PATCH] Adding test stage --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 332012c7..53551b8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ cache: stages: lint build - # test + test jobs: include: @@ -19,6 +19,6 @@ jobs: script: npm run lint - stage: build script: npm run build - # - stage: test - # script: npm run test:infrastrcture + - stage: test + script: npm run test:infrastrcture # script: npm run test:services \ No newline at end of file