From 8aeeee58b42310a79ec97fc90ef1e06a00dca1c1 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Wed, 30 Mar 2016 13:18:37 +0300 Subject: [PATCH] Build the declarations in travis as well --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7bdc80b1b..4f03fdf7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ before_script: - npm install script: grunt default - + (cd build/platform-declarations && grunt)