From d297047eb460e24a7d2e3e855cb1bede1b01628b Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Thu, 13 Apr 2017 11:36:58 -0700 Subject: [PATCH] alias another way --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc6c1e13e7..cdb0129741 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,9 @@ cache: directories: - node_modules before_script: -- alias google-chrome google-chrome-beta +- mkdir -p ~/bin +- ln -s /usr/bin/google-chrome-beta ~/bin/google-chrome +- export PATH=$HOME/bin:$PATH - npm install -g bower gulp-cli@1 - bower install - gulp lint