Skip to content

Commit

Permalink
allow depwarns on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Aug 8, 2018
1 parent c60cb24 commit f9cc753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ script:
- julia -e 'Pkg.clone(pwd()); Pkg.build("OpenCL")'
- julia -e 'using OpenCL'

- julia --color=yes --depwarn=error -e 'Pkg.test("OpenCL", coverage=true)'
- julia --color=yes -e 'Pkg.test("OpenCL", coverage=true)'
#- julia --color=yes --depwarn=error -e 'Pkg.test("OpenCL", coverage=true)'

- julia examples/demo.jl
- julia examples/performance.jl
Expand Down

0 comments on commit f9cc753

Please sign in to comment.