update apt-get before install nasm

This commit is contained in:
Stefan Lankes 2016-01-11 23:34:42 +01:00
parent b377e52d6f
commit f27c0ade36

View file

@ -1,3 +1,5 @@
language: c
compiler: gcc
install: sudo apt-get install nasm
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq nasm