]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Trigger npm run test-typings in Travis CI build
authorJohn Reilly <johnny_reilly@hotmail.com>
Mon, 4 Jul 2016 10:31:38 +0000 (11:31 +0100)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 7 Sep 2016 06:11:49 +0000 (23:11 -0700)
.travis.yml

index 22958a0a9e4a81487a667c86fa6f58b30e7670a6..fe0e70013f51ab8623917c9e54b6cdc1f5e110ca 100644 (file)
@@ -15,6 +15,9 @@ before_script:
 
 script: grunt build:travis
 
+after_script:
+  - npm run test-typings
+
 git:
   depth: 10