test9: apt-get update before apt-get git-core

This commit is contained in:
Virtua Creative 2016-04-19 22:16:55 +00:00
parent dee98808dc
commit 7510c8fb32

View File

@ -5,7 +5,11 @@ cache:
- /var/cache/apt/archives/ - /var/cache/apt/archives/
before_script: before_script:
- dpkg -l - apt-get update
- apt-get install git-core
- git config --global user.name "User Name"
- git config --global user.email "user@example.com"
- git config --list
pages: pages:
script: script: