You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Travis config file has to be created with several bash files for checking syntax of the code submitted in PRs
A travis.yml file will be created in root. The purpose of this file would be to set up a basic Linux node on Travis and fetch all files that have been changed/created in the specific PR
Further, a directory "build_scripts" will be created that will contain a bash file for each language. The purpose of each file is to install the required compiler and dependencies and check syntax for a particular language
Travis CI will execute the desired file from "build_scripts" after inspecting the language of files present in the PR.
The text was updated successfully, but these errors were encountered:
A Travis config file has to be created with several bash files for checking syntax of the code submitted in PRs
Travis CI will execute the desired file from "build_scripts" after inspecting the language of files present in the PR.
The text was updated successfully, but these errors were encountered: