spatialillusions / milsymbol

Military Symbols in JavaScript
www.spatialillusions.com/milsymbol
MIT License
547 stars 134 forks source link

travis support #181

Closed ateshuseyin closed 6 years ago

ateshuseyin commented 6 years ago

This PR adds travis support by adding .travis.yml file. Not ready yet. This is an early request for early reviews. @spatialillusions You can login to https://travis-ci.org by github account and activate this repo. That's it.

ateshuseyin commented 6 years ago

Test is very long process. That causes below error:

No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.

Check

the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received

ateshuseyin commented 6 years ago

PASS test/ms.test.js (750.263s) ● Console console.info src/ms.js:237 milsymbol.js 2.0.0-master - Copyright (c) 2017 Måns Beckman http://www.spatialillusions.com No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received

Fails because of no output for 10 minutes. I cannot fix it. Any help is welcome.

ateshuseyin commented 6 years ago

relates #180