Skip to content

Commit

Permalink
Merge pull request #82 from JuliaStats/an/noproject
Browse files Browse the repository at this point in the history
Remove Project.toml file and update .travis.yml
  • Loading branch information
andreasnoack committed Aug 23, 2018
2 parents 33c99f8 + 97def58 commit 61cde89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
language: julia

os:
- linux
- osx

julia:
- 0.7
- 1.0
- nightly

notifications:
email: false

after_success:
- julia -e 'cd(Pkg.dir("PDMats")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
10 changes: 0 additions & 10 deletions Project.toml

This file was deleted.

0 comments on commit 61cde89

Please sign in to comment.