Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfaas-faas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Team Jaz CS 598 CCC Final Project
openfaas-faas
1adc3c8450d62e2628e2cdacd35e94279f42d124
openfaas-faas
.travis.yml
Find file
Normal view
Permalink
.travis.yml
116 B
Newer
Older
Add travis and fix Dockerfile for test files
Alex
committed
8 years ago
1
2
3
4
5
sudo
:
required
services
:
-
docker
before_install
:
Push Go to 1.7.5
Alex Ellis
committed
7 years ago
6
-
docker pull golang:1.7.5
Add travis and fix Dockerfile for test files
Alex
committed
8 years ago
7
8
script
:
Test makehandler
Alex
committed
8 years ago
9
-
sh build.sh
Add travis and fix Dockerfile for test files
Alex
committed
8 years ago
10