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
dc41138a268dd867876008095e122436c90f0df4
openfaas-faas
.travis.yml
Find file
Normal view
Permalink
.travis.yml
115 B
Newer
Older
Add travis and fix Dockerfile for test files
Alex
committed
8 years ago
1
2
3
4
5
6
7
8
sudo
:
required
services
:
-
docker
before_install
:
-
docker pull golang:1.7.3
script
:
Run build.sh
Alex
committed
8 years ago
9
-
./build.sh
Add travis and fix Dockerfile for test files
Alex
committed
8 years ago
10