1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 21:31:18 +01:00

Merge pull request #14 from aveshagarwal/master-travis-issue

Fix travis yaml file.
This commit is contained in:
Avesh Agarwal
2017-09-25 14:04:55 -04:00
committed by GitHub

View File

@@ -1,25 +1,6 @@
sudo: required
services:
- docker
language: go
go:
- 1.8.3
before_install:
- sudo apt-get install libseccomp-dev -qq
before_script:
- mkdir -p $HOME/gopath/src/github.com/kubernetes-incubator
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/github.com/kubernetes-incubator/descheduler
- export PATH=$GOPATH/bin:$PATH
- go version
install: true
jobs:
include:
- stage: Tests
script: test/run-unit-tests.sh
script:
- make build
- make test