Skip to content

Commit

Permalink
Merge pull request #6 from sisl/mb-patch
Browse files Browse the repository at this point in the history
Remove deps
  • Loading branch information
MaximeBouton committed Nov 13, 2019
2 parents 4de8014 + 80a2996 commit 8c64a32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Expand Up @@ -3,7 +3,7 @@ language: julia
os:
- linux
- windows
# - osx

julia:
- 1.0
- 1.1
Expand All @@ -18,12 +18,6 @@ matrix:
allow_failures:
- julia: nightly

## uncomment and modify the following lines to manually install system packages
addons:
apt: # apt-get for linux
packages:
- libgtk-3-dev

script:
- git clone https://github.com/JuliaRegistries/General $(julia -e 'import Pkg; println(joinpath(Pkg.depots1(), "registries", "General"))')
- git clone https://github.com/sisl/Registry $(julia -e 'import Pkg; println(joinpath(Pkg.depots1(), "registries", "SISL"))')
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "AutomotiveSensors"
uuid = "9ec66b5e-c605-11e8-1454-ede748df6f96"
repo = "https://github.com/sisl/AutomotiveSensors.jl.git"
version = "0.1.1"
version = "0.1.2"

[deps]
AutoViz = "82aa6e0c-a491-5edf-8d4b-c16b98e4ea17"
Expand Down
14 changes: 0 additions & 14 deletions deps/build.jl

This file was deleted.

0 comments on commit 8c64a32

Please sign in to comment.