From 18630f134debf80c030e42dfb166c875a7ffe65c Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Tue, 20 Nov 2018 15:59:49 -0800 Subject: [PATCH] Fix npm package name typo Change-Id: Ie98d9e87c40eae9f0bea812e1a7cdcf33e735c85 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 025a98a..a099194 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,5 @@ node_js: - "8" - "6" before_install: - - npm i -g action-on-google@^2.5.0 + - npm i -g actions-on-google@^2.5.0 script: npm run test:ci \ No newline at end of file