mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Travis integration for unit tests
This commit is contained in:
25
.travis.yml
Normal file
25
.travis.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
Reference in New Issue
Block a user