seriema / angular-apimock

Automatically route your API calls to static JSON files, for hiccup free front–end development.
johansson.jp/angular-apimock
MIT License
65 stars 8 forks source link

Fix SauceLabs failure on Travis builds #32

Closed MartinSandstrom closed 9 years ago

MartinSandstrom commented 9 years ago

Fixes #31

seriema commented 9 years ago

Gah... their workaround sample said || false which means it'll fail the build. Not really what I'd expect. Try true instead. Bonus if you do a git amend.

seriema commented 9 years ago

Perfect, thanks!