Skip to content

Commit

Permalink
Add license, enable CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly committed Oct 25, 2020
1 parent 5e8e8ca commit 1201b09
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
All rights reserved - PumasAI

0 comments on commit 1201b09

Please sign in to comment.