From f05372e36cd8ed92b7df40927d91dd1304529f06 Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Thu, 2 Aug 2018 11:14:48 -0700 Subject: [PATCH] run script/check-versions after testing --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b078febc..c0f8cb4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ env: script: - npm test + - script/check-versions after_success: # this will short-circuit the publish step if it fails to interpolate $NPM_API_KEY