lathonez / clicker

Ionic 2 + @angular/cli Seed Project : Angular2 + Typescript + Karma + Protractor + Travis
http://lathonez.com/2018/ionic-2-unit-testing/
MIT License
430 stars 137 forks source link

Build failing in travis due to Ionic Cli 3.0 #246

Closed ValterSantosMatos closed 7 years ago

ValterSantosMatos commented 7 years ago

Hi there,

Ionic Cli v3.0 was released and it removed the command "state" that is used in the .travis file which causes the build to failed. I didn't had much time to make it work with the cli v3, as a quick fix I just force travis to install the Ionic cli 2.0 instead of the latest one.

From: `before_install:

To: `before_install:

Ty Valter

lathonez commented 7 years ago

Thanks a lot for this - noticed it in another project but forgot to update here.

lathonez commented 7 years ago

b334fe5

lathonez commented 7 years ago

b334fe5