Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failing in travis due to Ionic Cli 3.0 #246

Closed
ValterSantosMatos opened this issue May 11, 2017 · 3 comments
Closed

Build failing in travis due to Ionic Cli 3.0 #246

ValterSantosMatos opened this issue May 11, 2017 · 3 comments

Comments

@ValterSantosMatos
Copy link

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:

  • nvm install node
  • nvm use node
  • npm install -g cordova ionic
  • ionic state clear`

To:
`before_install:

  • nvm install node
  • nvm use node
  • npm install -g cordova ionic@2.2.0
  • ionic state clear`

Ty
Valter

@lathonez
Copy link
Owner

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

@lathonez
Copy link
Owner

b334fe5

@lathonez
Copy link
Owner

b334fe5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants