mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-27 01:28:56 +08:00
Remove "apt-get update" from travis.yml (testing)
This commit is contained in:
parent
94a158bdb5
commit
2e2f707e7f
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ php:
|
|||
- '5.6'
|
||||
- '7.0'
|
||||
before_script:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y build-essential libssl-dev
|
||||
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash
|
||||
- nvm install 4.4.5
|
||||
|
|
|
@ -13,4 +13,4 @@
|
|||
"type": "image/png"
|
||||
}],
|
||||
"start_url": "../../../../"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue