ampproject / amp-viewer

Apache License 2.0
38 stars 34 forks source link

Setup travis to run the AMPKit tests. Also fix one of the AMPKit tests. #62

Closed stephen-deg closed 7 years ago

stephen-deg commented 7 years ago

I think this will run the unit tests for AMPKit but there's no actual way to test until it's submitted and Travis picks it up. So I'll followup in subsequent PR if this doesn't.

Also, because of the way Travis works, any changes to this repo will trigger Travis to run this including any mobile-web changes. Travis isn't really setup for multiple projects per repo, so that's just something we have to live with.

It will be possible to add mobile-web tests here in the future as well if you wanted to (and Android in the future too). They just will all run on any changes.