diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..206d9a8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,19 @@ +# Documentation: http://docs.travis-ci.com/user/languages/julia/ +language: julia +os: + - linux + - osx + - windows +julia: + - 1.3 + - 1.4 + - 1.5 + - nightly +notifications: + email: false +after_success: + - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())' +jobs: + allow_failures: + - julia: nightly + fast_finish: true diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..646a525 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +All rights reserved - PumasAI