neocotic / qrious

Pure JavaScript library for QR code generation using canvas
https://neocotic.com/qrious
Other
1.55k stars 215 forks source link

Switch to container-based Travis builds for faster boot times #73

Closed neocotic closed 7 years ago

neocotic commented 7 years ago

In order to get faster CI builds, we should migrate to container-based Travis builds. This can easily be done by adding sudo: false to our .travis.yml file.

neocotic commented 7 years ago

These changes will be included in the 2.3.0 release.